projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a027a
)
(auto-insert-alist): Add `provide' to elisp skeleton.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 22 Nov 2000 22:50:22 +0000
(22:50 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 22 Nov 2000 22:50:22 +0000
(22:50 +0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index 498808be5b30dfe6827b6b9f8804b1100573adcc..5cf87b40b617a088167924aae28dec72e5c20a34 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-178,6
+178,9
@@
If this contains a %s, that will be replaced by the matching rule."
+\(provide '"
+ (file-name-sans-extension (file-name-nondirectory (buffer-file-name)))
+ ")
;;; " (file-name-nondirectory (buffer-file-name)) " ends here"))
"A list specifying text to insert by default into a new file.
Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION).